term.clear()
term.setCursorPos(1,1)
term.setTextColor(colors.yellow)
print("Booted to ".. os.version() .. "!")
term.setTextColor(colors.red)
print("If you didn't attend to boot in this mode please eject and reboot")
